{
  "version": "1.5",
  "BASE_DATA": {
    "radius": 6052000.0,
    "gravity": 8.87,
    "timewarpHeight": 35000.0,
    "mapColor": {
      "r": 1.0,
      "g": 1.0,
      "b": 1.0,
      "a": 1.0
    }
  },
  "ATMOSPHERE_PHYSICS_DATA": {
    "height": 10000.0,
    "density": 0.025,
    "curve": 13.0,
    "parachuteMultiplier": 3.0,
    "upperAtmosphere": 0.375
  },
  "ATMOSPHERE_VISUALS_DATA": {
    "GRADIENT": {
      "positionZ": 800,
      "height": 45000.0,
      "texture": "Atmo_Venus"
    },
    "CLOUDS": {
      "texture": "Earth_Clouds",
      "startHeight": -1500.0,
      "width": 9157.86,
      "height": 8500.0,
      "alpha": 1.0,
      "velocity": 1.0
    },
    "FOG": {
      "keys": [
        {
          "color": {
            "r": 0.836079836,
            "g": 0.8455882,
            "b": 0.559580445,
            "a": 0.0
          },
          "distance": 100.0
        },
        {
          "color": {
            "r": 0.815686345,
            "g": 0.788235366,
            "b": 0.709803939,
            "a": 1.0
          },
          "distance": 50000.0
        }
      ]
    }
  },
  "TERRAIN_DATA": {
    "TERRAIN_TEXTURE_DATA": {
      "planetTexture": "Venus",
      "planetTextureCutout": 0.945,
      "surfaceTexture_A": "Dust",
      "surfaceTextureSize_A": {
        "x": 32.0,
        "y": 14.0
      },
      "surfaceTexture_B": "Soft_Rocks",
      "surfaceTextureSize_B": {
        "x": 48.0,
        "y": 20.0
      },
      "terrainTexture_C": "Blured",
      "terrainTextureSize_C": {
        "x": 2000.0,
        "y": 650.0
      },
      "surfaceLayerSize": 60.0,
      "minFade": 0.0,
      "maxFade": 0.8,
      "shadowIntensity": 6.0,
      "shadowHeight": 6.5
    },
    "terrainFormula": [
      "OUTPUT = AddHeightMap( Perlin,6283.18530717959, 8, Curve1)",
      "OUTPUT = AddHeightMap( Perlin,3490.65850398866, 5, Curve1)",
      "OUTPUT = AddHeightMap( Perlin,1449.96584011837, 1.6, Curve1)",
      "OUTPUT = AddHeightMap( Perlin,942.477796076938, 1.5, Curve1)",
      "M = AddHeightMap( Perlin,47123.8898038469, 1, Curve2)",
      "OUTPUT = AddHeightMap( Perlin,26927.9370307697, 200, Curve1, M)",
      "M2 = AddHeightMap( Perlin,269279.370307697, 1, Curve2)",
      "OUTPUT = AddHeightMap( Perlin,94247.7796076938, 1300, Curve1, M2)"
    ],
    "textureFormula": [],
    "verticeSize": 2.0
  },
  "POST_PROCESSING": {
    "keys": [
      {
        "height": 500.0,
        "shadowIntensity": 1.35,
        "starIntensity": 0.0,
        "hueShift": 1.0,
        "saturation": 0.0,
        "contrast": 1.18,
        "red": 1.11,
        "green": 1.08,
        "blue": 0.85
      },
      {
        "height": 40000.0,
        "shadowIntensity": 1.65,
        "starIntensity": 1.0,
        "hueShift": 0.0,
        "saturation": 1.0,
        "contrast": 1.1,
        "red": 1.0,
        "green": 1.0,
        "blue": 1.0
      }
    ]
  },
  "ORBIT_DATA": {
    "parent": "Sun",
    "semiMajorAxis": 108000000000.0,
    "eccentricity": 0.007,
    "argumentOfPeriapsis": 54.78,
    "multiplierSOI": 2.0,
    "orbitLineResolution": 100
  },
  "ACHIEVEMENT_DATA": {
    "Landed": true,
    "Takeoff": true,
    "Atmosphere": true,
    "Orbit": true,
    "Crash": true
  }
}